object FormSeleccionElementos: TFormSeleccionElementos Left = 696 Top = 196 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Selecci�n de elementos' ClientHeight = 275 ClientWidth = 335 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poOwnerFormCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 25 Top = 10 Width = 280 Height = 13 AutoSize = False Caption = 'Selecciona el elemento que deseas a�adir:' Transparent = True end object BtnCancelar: TPlaButton Left = 251 Top = 243 Width = 73 Height = 21 Caption = 'Cancelar' TabOrder = 2 Cancel = True ModalResult = 2 end object BtnAceptar: TPlaButton Left = 169 Top = 243 Width = 73 Height = 21 Caption = 'Aceptar' Enabled = False TabOrder = 1 Default = True ModalResult = 1 end object m_PTVElementosSeleccionar: TPlaTreeView Left = 25 Top = 26 Width = 285 Height = 203 AllowMultiDrag = False AutoCheck = False AutoExpand = False AutoScroll = True ChangeDelay = 0 CheckBoxesType = ctNone DragExpandDelay = 100 ExpandOnDrag = True HideSelection = True HotTrack = False Indent = 19 MultiSelect = True ShowLines = False ShowButtons = True ShowHeader = False OnAfterInsert = PTVElementosSeleccionarAfterInsert OnCollapsed = PTVElementosSeleccionarCollapsed OnCompare = PTVElementosSeleccionarCompare OnDeletion = PTVElementosSeleccionarDeletion OnExpanding = PTVElementosSeleccionarExpanding OnSelectionChanged = PTVElementosSeleccionarSelectionChanged ReadOnly = True ShowRoot = True SortOrder = soAscending SortType = stNone ToolTips = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] DragCursor = crDrag DragMode = dmManual TabOrder = 0 TabStop = True OnMouseDown = PTVElementosSeleccionarMouseDown ParentFont = False Data = {000100000000FE} end end